home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / jpegview.zip / README.VIW < prev    next >
Text File  |  1992-04-12  |  3KB  |  68 lines

  1.  
  2. README for the viewer version 1.0 (C) 4/1992 by Hubertus Kehl
  3. =============================================================
  4.  
  5. This distribution is an additional source based on the JPEG sources of the 
  6. Independent JPEG Group. An viewer for VGA-cards has been implemented (jview)
  7. and some changes in jdmain have been made, to implement a new switch -v mode
  8. for the viewer. For details about the JPEG sources read README and USAGE.
  9. This file describes only the things about the viewer source. Conditions for the
  10. viewer are nearly the same as the Independent JPEG Group states for their
  11. sources.
  12. You are welcome to redistribute this software and to use it for any purpose,
  13. subject to the conditions under LEGAL ISSUES, below.
  14.  
  15.  
  16. DISCLAIMER
  17. ==========
  18.  
  19. THIS SOFTWARE IS NOT COMPLETE NOR FULLY DEBUGGED.  It is not guaranteed to be
  20. useful for anything. (See LEGAL ISSUES for even more disclaimers.)
  21.  
  22. Please report any problems with this software to kehl@informatik.tu-muenchen.de
  23.  
  24. LEGAL ISSUES
  25. ============
  26.  
  27. The author makes NO WARRANTY or representation, either express or implied,
  28. with respect to this software, its quality, accuracy, merchantability, or
  29. fitness for a particular purpose.  This software is provided "AS IS", and you,
  30. its user, assume the entire risk as to its quality and accuracy.
  31.  
  32. This software is copyright (C) 1992, Hubertus Kehl.
  33. All Rights Reserved except as specified below.
  34.  
  35. Permission is hereby granted to use, copy, modify, and distribute this
  36. software (or portions thereof) for any purpose, without fee, subject to these
  37. conditions:
  38. (1) If any part of the source code for this software is distributed, then this
  39. README files must be included, with this copyright and no-warranty notice
  40. unaltered; and any additions, deletions, or changes to the original files
  41. must be clearly indicated in accompanying documentation.
  42. (2) Permission for use of this software is granted only if the user accepts
  43. full responsibility for any undesirable consequences; the author accepts
  44. NO LIABILITY for damages of any kind.
  45.  
  46. Permission is NOT granted for the use of any author's name or author's company
  47. name in advertising or publicity relating to this software or products derived
  48. from it.
  49.  
  50. I specifically permit and encourage the use of this software as the basis of
  51. commercial products, provided that all warranty or liability claims are
  52. assumed by the product vendor.
  53.  
  54. CHANGES
  55. =======
  56.  
  57. The following changes/additions to the jpegsrc.v3 of the Independent JPEG Group
  58. have been made:
  59.  
  60. makdjpeg.lst       added jview.obj for linker
  61. makefile.bcc       added generation and dependencies of jview.obj
  62. jconfig.h          defined compiler switch VIEW_SUPPORTED
  63. jdmain.c           Added option -v [mode] and checks for this
  64. jview.c            The viewer itself
  65. vgamode.cfg        configuration file for the VGA modes
  66. README.VIW         the viewer readme
  67. USAGE.VIW          the viewer usage
  68.